Authorizations
See the documentation for more information.
Path Parameters
The ID of the team.
The ID of the charger.
Body
application/json
This field is required when <code>date_to</code> is present. Must be a valid date in the format <code>Y-m-d H:i:s</code>.
Example:
"2025-09-25 07:17:36"
This field is required when <code>date_from</code> is present. Must be a valid date in the format <code>Y-m-d H:i:s</code>.
Example:
"2025-09-25 07:17:36"
Must not be greater than 10000.
Example:
1
Available options:
desc
, asc
Example:
"asc"
Response
200 - application/json
Example:
[
{
"id": 3,
"charger_id": 25,
"charger_connector_id": 8,
"reservation_id": 7432,
"id_tag": "DLJN5625",
"meter_start": 29317,
"meter_stop": 37253,
"total_kwh": "7.94",
"start_cost": "0.0000",
"kwh_cost": "0.0000",
"total_kwh_cost": "0.0000",
"total_cost": "0.00",
"started_at": "2025-08-26T06:57:09.000000Z",
"stopped_at": "2025-09-11T00:21:22.000000Z",
"stop_reason": "Other",
"created_at": "2025-09-25T07:17:36.000000Z",
"updated_at": "2025-09-25T07:17:36.000000Z"
},
{
"id": 4,
"charger_id": 26,
"charger_connector_id": 9,
"reservation_id": 5719,
"id_tag": "WRSI4902",
"meter_start": 34891,
"meter_stop": 44009,
"total_kwh": "9.12",
"start_cost": "0.0000",
"kwh_cost": "0.0000",
"total_kwh_cost": "0.0000",
"total_cost": "0.00",
"started_at": "2025-09-05T21:32:13.000000Z",
"stopped_at": "2025-09-19T14:24:42.000000Z",
"stop_reason": "EVDisconnected",
"created_at": "2025-09-25T07:17:36.000000Z",
"updated_at": "2025-09-25T07:17:36.000000Z"
}
]